ページコレクション内のページを指定したページに特定の方向に描画します。
シンタックス
'宣言
Public Overloads Sub Draw( _
ByVal As GrapeCity.Documents.Pdf.Page, _
ByVal As System.Collections.Generic.IList(Of PageInfo), _
ByVal As System.Integer, _
ByVal columns As System.Integer, _
Optional ByVal As Order, _
Optional ByVal As PdfSaveOptions _
)
public void Draw(
GrapeCity.Documents.Pdf.Page ,
System.Collections.Generic.IList<PageInfo> ,
System.int ,
System.int columns,
Order ,
PdfSaveOptions
)
パラメータ
- page
- GcPdfDocument内のページ。
- pages
- ページのコレクション。
- rows
- これらのページが分割される行数。
- columns
- これらのページが分割される列数。
- order
- ページを配置するために使用する方向。
- options
- PDF ファイルを保存する際のオプション。
参照